projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de16621
)
* lisp/emacs-lisp/comp.el (comp-imm-equal-test): Style fix.
author
Andrea Corallo
<akrl@sdf.org>
Wed, 21 Apr 2021 21:15:56 +0000
(23:15 +0200)
committer
Andrea Corallo
<akrl@sdf.org>
Wed, 21 Apr 2021 21:15:56 +0000
(23:15 +0200)
lisp/emacs-lisp/comp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/comp.el
b/lisp/emacs-lisp/comp.el
index 587618116fe1ae6b24fddb3c45e60378c8be08f4..ab5a06e7e86c7c047b89fc37e470cfca1a8f7b44 100644
(file)
--- a/
lisp/emacs-lisp/comp.el
+++ b/
lisp/emacs-lisp/comp.el
@@
-731,8
+731,7
@@
Returns ELT."
"Hash table lap-op -> stack adjustment."))
(define-hash-table-test 'comp-imm-equal-test #'equal-including-properties
- (lambda (x)
- (sxhash-equal-including-properties x)))
+ #'sxhash-equal-including-properties)
(cl-defstruct comp-data-container
"Data relocation container structure."